type net/http.http2OpenStreamOptions

7 uses

	net/http (current package)
		h2_bundle.go#L6203: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L11132: 	OpenStream(streamID uint32, options http2OpenStreamOptions)
		h2_bundle.go#L11158: type http2OpenStreamOptions struct {
		h2_bundle.go#L11655: func (ws *http2priorityWriteSchedulerRFC7540) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L11887: func (ws *http2priorityWriteSchedulerRFC9218) OpenStream(streamID uint32, opt http2OpenStreamOptions) {
		h2_bundle.go#L12070: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L12146: func (ws *http2roundRobinWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {